DirectoryEntryCompareTo Method
Compares this instance with the specified
DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
- obj Object
- A DirectoryEntry
Int32A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the value parameter.
IComparableCompareTo(Object)